bump rust driver to 1.7.0#479
Conversation
Additional bumps (windows-sys crate) happened with the call to: `cargo update -p scylla-cql -p scylla-proxy -p scylla`
|
Warning Review limit reached
More reviews will be available in 49 minutes and 9 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR bumps the Rust driver dependencies used by scylla-rust-wrapper to v1.7.0, updating the pinned git revision and refreshing the lockfile after running targeted cargo update commands. This keeps the C/C++ wrapper building against the intended upstream driver release.
Changes:
- Update
scylla,scylla-proxy, andscylla-cqlgit dependencies torev = "v1.7.0". - Refresh
Cargo.lockto reflect the new driver versions (including new transitive crates likescylla-cql-core) and updated transitive dependencies (e.g.,windows-sys).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scylla-rust-wrapper/Cargo.toml | Pins scylla-rust-driver git dependencies to the v1.7.0 revision. |
| scylla-rust-wrapper/Cargo.lock | Updates resolved dependency graph for the new driver revision and transitive bumps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Also need to expose session-level DC and rack config. Do you want to do this in a separate PR? If so, please open an issue. |
|
Additional bumps (
windows-syscrate) happened with the call to:cargo update -p scylla-cql -p scylla-proxy -p scyllaPre-review checklist
[ ] I have implemented Rust unit tests for the features/changes introduced.[ ] I have enabled appropriate tests inMakefilein{SCYLLA,CASSANDRA}_(NO_VALGRIND_)TEST_FILTER.[ ] I added appropriateFixes:annotations to PR description.